Skip to content

Commit

Permalink
update comparison test result
Browse files Browse the repository at this point in the history
  • Loading branch information
AsaiYusuke committed Jan 1, 2021
1 parent 7d48935 commit 651d450
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 32 deletions.
6 changes: 3 additions & 3 deletions docs/cburgmer-json-path-comparison/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9365,7 +9365,7 @@ <h1>JSONPath Comparison</h1>
<a href="results/bracket_notation_with_quoted_number_on_object.html#consensus">✓</a>
</td>
<td>
<a href="results/bracket_notation_with_quoted_number_on_object.html#Ruby_jsonpath">✗</a>
<a href="results/bracket_notation_with_quoted_number_on_object.html#consensus">✓</a>
</td>
<td>
<a href="results/bracket_notation_with_quoted_number_on_object.html#Rust_jsonpath">✗</a>
Expand Down Expand Up @@ -15222,7 +15222,7 @@ <h1>JSONPath Comparison</h1>
<a href="results/dot_notation_with_key_named_length_on_array.html#consensus">✓</a>
</td>
<td>
<a href="results/dot_notation_with_key_named_length_on_array.html#Ruby_jsonpath">e</a>
<a href="results/dot_notation_with_key_named_length_on_array.html#consensus">✓</a>
</td>
<td>
<a href="results/dot_notation_with_key_named_length_on_array.html#consensus">✓</a>
Expand Down Expand Up @@ -16002,7 +16002,7 @@ <h1>JSONPath Comparison</h1>
<a href="results/dot_notation_with_number_on_object.html#Raku_JSON-Path">✗</a>
</td>
<td>
<a href="results/dot_notation_with_number_on_object.html#Ruby_jsonpath">✗</a>
<a href="results/dot_notation_with_number_on_object.html#consensus">✓</a>
</td>
<td>
<a href="results/dot_notation_with_number_on_object.html#consensus">✓</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,6 @@ <h4 id="Python_jsonpath2">
ValueError("line 1:2 token recognition error at: '''")
</code></pre>

<h4 id="Ruby_jsonpath">
Ruby (jsonpath)
</h4>

<pre><code>[
null
]
</code></pre>

<h4 id="Rust_jsonpath">
Rust (jsonpath)
</h4>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,6 @@ <h4 id="Haskell_jsonpath">
error, called at app/Main.hs:19:22 in main:Main
</code></pre>

<h4 id="Ruby_jsonpath">
Ruby (jsonpath)
</h4>

<pre><code>no implicit conversion of String into Integer
</code></pre>

<h2>Footnotes</h2>

<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,6 @@ <h4 id="Raku_JSON-Path">
<pre><code>JSON path parse error at position 1
</code></pre>

<h4 id="Ruby_jsonpath">
Ruby (jsonpath)
</h4>

<pre><code>[
null
]
</code></pre>

<h3>Errors</h3>

<h4 id="JavaScript_brunerd">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -322,12 +322,12 @@ <h4 id="Perl_JSON-Path">
</h4>

<pre><code>[
"string",
null,
true,
false,
"string",
5.4
5.4,
"string",
null,
true
]
</code></pre>

Expand Down

0 comments on commit 651d450

Please sign in to comment.