update inbox list
This commit is contained in:
7
vendor/scrivo/highlight.php/test/markup/http/default.expect.txt
vendored
Normal file
7
vendor/scrivo/highlight.php/test/markup/http/default.expect.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<span class="hljs-keyword">POST</span> <span class="hljs-string">/task?id=1</span> HTTP/1.1
|
||||
<span class="hljs-attribute">Host</span>: example.org
|
||||
<span class="hljs-attribute">Content-Type</span>: application/json; charset=utf-8
|
||||
<span class="hljs-attribute">Content-Length</span>: 19
|
||||
|
||||
<span class="json">{<span class="hljs-attr">"status"</span>: <span class="hljs-string">"ok"</span>, <span class="hljs-attr">"extended"</span>: <span class="hljs-literal">true</span>}
|
||||
</span>
|
||||
6
vendor/scrivo/highlight.php/test/markup/http/default.txt
vendored
Normal file
6
vendor/scrivo/highlight.php/test/markup/http/default.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
POST /task?id=1 HTTP/1.1
|
||||
Host: example.org
|
||||
Content-Type: application/json; charset=utf-8
|
||||
Content-Length: 19
|
||||
|
||||
{"status": "ok", "extended": true}
|
||||
Reference in New Issue
Block a user