Skip to content

Commit a79034a

Browse files
committed
Correct ~ escape ordering test. Fixes #3.
1 parent c2008aa commit a79034a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec_tests.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@
193193
"/": 9,
194194
"~1": 10
195195
},
196-
"patch": [{"op": "test", "path": "/~01", "value":"foo"}],
196+
"patch": [{"op": "test", "path": "/~01", "value":"10"}],
197197
"expected": {
198198
"/": 9,
199-
"~1": "foo"
199+
"~1": 10
200200
}
201201
}
202202

0 commit comments

Comments
 (0)