Skip to content

Commit 352bae2

Browse files
committed
[#19] Confirm variables have variable scope in tests
1 parent f221078 commit 352bae2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Syntax/tests/syntax_test_just.settings.just

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ export TWO := "2"
134134

135135
set tempdir := ""
136136
export := true
137-
# <- - entity
137+
# <- variable.other.just - entity
138138

139139
set tempdir := ""
140140
export := true
141141
shell := ["sh", "-c"]
142-
# <- - entity
142+
# <- variable.other.just - entity

0 commit comments

Comments
 (0)