Replaced raw_chars//1 in library(pio) with seq//1 in library(dcgs).
This commit is contained in:
@@ -42,7 +42,7 @@ minify_sample_json :-
|
||||
|
||||
test_json_minify :-
|
||||
test_path("pass_everything.min.json", MinPath),
|
||||
once(phrase_from_file(raw_chars(RefChars), MinPath)),
|
||||
once(phrase_from_file(seq(RefChars), MinPath)),
|
||||
name_parse("pass_everything.json", Json),
|
||||
time(once(phrase(json_chars(Json), MinChars))),
|
||||
RefChars = MinChars.
|
||||
|
||||
Reference in New Issue
Block a user