Skip to content

Commit 6400c26

Browse files
committed
stash
1 parent a2d5b37 commit 6400c26

File tree

1 file changed

+1
-1
lines changed
  • pkl-core/src/test/files/LanguageSnippetTests/input/basic

1 file changed

+1
-1
lines changed

pkl-core/src/test/files/LanguageSnippetTests/input/basic/delete.pkl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ facts {
9191
local result = source[1]
9292
source[1] == "expected"
9393
result == "expected"
94-
source[2] == "eight"
94+
trace(source[2]) == source[2] //"eight"
9595
}
9696
}

0 commit comments

Comments
 (0)