🔥 removed .test files
These files were never meant to be versioned.
This commit is contained in:
parent
d4469233ac
commit
e2f6cf7f46
5 changed files with 0 additions and 16 deletions
|
@ -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
|
|
|
@ -1,2 +0,0 @@
|
||||||
17 17
|
|
||||||
[json.exception.type_error.303] incompatible ReferenceType for get_ref, actual type is number
|
|
|
@ -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'
|
|
|
@ -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
|
|
|
@ -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
|
|
Loading…
Reference in a new issue