nokia / ntt

Modern tools for TTCN-3

Home Page:https://nokia.github.io/ntt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Variables not found when empty

5nord opened this issue · comments

Description
k3 reports an unknown variable, when variable has an empty string value.

Steps to reproduce the behavior

$ cat > k3.env
FOO=""
BAR="${FOO}"
^D
$ k3 show -- env

Expected behavior
k3 show should output:

FOO=""
BAR=""