summaryrefslogtreecommitdiff
path: root/testsuite.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite.py')
-rw-r--r--testsuite.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite.py b/testsuite.py
index 1824ecb..1882252 100644
--- a/testsuite.py
+++ b/testsuite.py
@@ -562,6 +562,12 @@ def run_selftests():
verify_comment_visibility(comment_if_y, "y", "y")
verify_comment_visibility(comment_m_nested, "n", "m")
+ # Verify that string/int/hex symbols with m visibility accept a user value
+
+ assign_and_verify_new_value("STRING_m", "foo bar", "foo bar")
+ assign_and_verify_new_value("INT_m", "123", "123")
+ assign_and_verify_new_value("HEX_m", "0x123", "0x123")
+
#
# Object relations
#