mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
hide diff flag
This commit is contained in:
parent
1b7f7ddd8d
commit
3a7f5503ce
@ -72,6 +72,7 @@ diff_str = (expected, got) ->
|
||||
string_assert = (expected, got) ->
|
||||
if expected != got
|
||||
diff = diff_str expected, got
|
||||
error "string equality assert failed" if os.getenv "HIDE_DIFF"
|
||||
error "string equality assert failed:\n" .. diff
|
||||
|
||||
input_fname = (base) ->
|
||||
|
Loading…
Reference in New Issue
Block a user