Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
json
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
json
Commits
e2f6cf7f
Unverified
Commit
e2f6cf7f
authored
Apr 14, 2017
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🔥
removed .test files
These files were never meant to be versioned.
parent
d4469233
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
16 deletions
+0
-16
doc/examples/at__object_t_key_type.test
doc/examples/at__object_t_key_type.test
+0
-3
doc/examples/get_ref.test
doc/examples/get_ref.test
+0
-2
doc/examples/json_pointer.test
doc/examples/json_pointer.test
+0
-3
doc/examples/operator__equal.test
doc/examples/operator__equal.test
+0
-4
doc/examples/operator__notequal.test
doc/examples/operator__notequal.test
+0
-4
No files found.
doc/examples/at__object_t_key_type.test
deleted
100644 → 0
View file @
d4469233
"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
doc/examples/get_ref.test
deleted
100644 → 0
View file @
d4469233
17
17
[
json
.
exception
.
type_error
.
303
]
incompatible
ReferenceType
for
get_ref
,
actual
type
is
number
doc/examples/json_pointer.test
deleted
100644 → 0
View file @
d4469233
[
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'
doc/examples/operator__equal.test
deleted
100644 → 0
View file @
d4469233
[
1
,
2
,
3
]
==
[
1
,
2
,
4
]
false
{
"A"
:
"a"
,
"B"
:
"b"
}
==
{
"A"
:
"a"
,
"B"
:
"b"
}
true
17
==
17
true
"foo"
==
"bar"
false
doc/examples/operator__notequal.test
deleted
100644 → 0
View file @
d4469233
[
1
,
2
,
3
]
==
[
1
,
2
,
4
]
true
{
"A"
:
"a"
,
"B"
:
"b"
}
==
{
"A"
:
"a"
,
"B"
:
"b"
}
false
17
==
17
false
"foo"
==
"bar"
true
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment