From f9a61727b9ff81ea8ff2a2d1ff3e6f3582f43ae1 Mon Sep 17 00:00:00 2001 From: Oleg Efimov Date: Mon, 24 Aug 2015 23:30:15 +0300 Subject: [PATCH] Add test for HTTP body auto-highlight --- test/markup/http/default.expect.txt | 7 +++++++ test/markup/http/default.txt | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 test/markup/http/default.expect.txt create mode 100644 test/markup/http/default.txt diff --git a/test/markup/http/default.expect.txt b/test/markup/http/default.expect.txt new file mode 100644 index 0000000000..62c959aa7a --- /dev/null +++ b/test/markup/http/default.expect.txt @@ -0,0 +1,7 @@ +POST /task?id=1 HTTP/1.1 +Host: example.org +Content-Type: application/json; charset=utf-8 +Content-Length: 19 + +{"status": "ok", "extended": true} + \ No newline at end of file diff --git a/test/markup/http/default.txt b/test/markup/http/default.txt new file mode 100644 index 0000000000..34631a1daf --- /dev/null +++ b/test/markup/http/default.txt @@ -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}