Skip to content

Commit f07235b

Browse files
Add tests for global variables with ? and !
1 parent 1407d3e commit f07235b

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

tests/languages/magik/global-variable_feature.test

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
sw:gis_program_manager
22
sw:|gis_program_manager|
3+
sw:question?
4+
sw:|question?|
5+
sw:sys!system
6+
sw:|sys!system|
37

48
----------------------------------------------------
59

610
[
711
["global-variable", "sw:gis_program_manager"],
8-
["global-variable", "sw:|gis_program_manager|"]
12+
["global-variable", "sw:|gis_program_manager|"],
13+
["global-variable", "sw:question?"],
14+
["global-variable", "sw:|question?|"],
15+
["global-variable", "sw:sys!system"],
16+
["global-variable", "sw:|sys!system|"]
917
]
1018

1119
----------------------------------------------------

0 commit comments

Comments
 (0)