mirror of
https://github.com/nlohmann/json.git
synced 2026-09-01 22:17:15 +00:00
✅ added progress output for Unicode tests
Travis aborts tests if they do not produce output for 10 minutes. This commit shall fix this.
This commit is contained in:
+1
-1
@@ -12914,7 +12914,7 @@ scan_number_done:
|
||||
|
||||
default:
|
||||
{
|
||||
// we expected a value
|
||||
// the last token was unexpected; we expected a value
|
||||
expect(lexer::token_type::literal_or_value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user