🔥 removed .test files

These files were never meant to be versioned.
This commit is contained in:
Niels Lohmann 2017-04-14 17:35:31 +02:00
parent d4469233ac
commit e2f6cf7f46
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
5 changed files with 0 additions and 16 deletions

View file

@ -1,3 +0,0 @@
"il brutto"
{"the bad":"il cattivo","the good":"il buono","the ugly":"il brutto"}
[json.exception.out_of_range.403] key 'the fast' not found

View file

@ -1,2 +0,0 @@
17 17
[json.exception.type_error.303] incompatible ReferenceType for get_ref, actual type is number

View file

@ -1,3 +0,0 @@
[json.exception.parse_error.107] parse error at 1: JSON pointer must be empty or begin with '/' - was: 'foo'
[json.exception.parse_error.108] parse error: escape character '~' must be followed with '0' or '1'
[json.exception.parse_error.108] parse error: escape character '~' must be followed with '0' or '1'

View file

@ -1,4 +0,0 @@
[1,2,3] == [1,2,4] false
{"A":"a","B":"b"} == {"A":"a","B":"b"} true
17 == 17 true
"foo" == "bar" false

View file

@ -1,4 +0,0 @@
[1,2,3] == [1,2,4] true
{"A":"a","B":"b"} == {"A":"a","B":"b"} false
17 == 17 false
"foo" == "bar" true