We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7f7dd commit 3a7f550Copy full SHA for 3a7f550
spec/lang_spec.moon
@@ -72,6 +72,7 @@ diff_str = (expected, got) ->
72
string_assert = (expected, got) ->
73
if expected != got
74
diff = diff_str expected, got
75
+ error "string equality assert failed" if os.getenv "HIDE_DIFF"
76
error "string equality assert failed:\n" .. diff
77
78
input_fname = (base) ->
0 commit comments