mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Update the url-classifier request format test. b=400635, r=tony
This commit is contained in:
parent
675fa00c84
commit
8d6c93849e
@ -57,7 +57,7 @@ function tablesCallback(tables)
|
||||
// there's a leading \n here because splitting left an empty string
|
||||
// after the trailing newline, which will sort first
|
||||
do_check_eq(parts.join("\n"),
|
||||
"\ntesting-malware-simple;a:1\ntesting-phish-simple;a:2s:3");
|
||||
"\ntesting-malware-simple;a:1\ntesting-phish-simple;a:2:s:3");
|
||||
do_test_finished();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user