summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKeith Hall <kingkeith+github@gmail.com>2021-04-06 23:50:52 +0300
committerKeith Hall <kingkeith+github@gmail.com>2021-04-06 23:55:22 +0300
commit7c4edacb2be13eef3afe0e2b23fb83c7ca813dd7 (patch)
treeca8390d529f3caeb6f0391a958f9ab0e95f3e961 /tests
parent782ede5db5ad601e44468c9ca32bd201e5c75aaa (diff)
Add independent log syntax
Diffstat (limited to 'tests')
-rw-r--r--tests/syntax-tests/highlighted/Log/example.log2
-rw-r--r--tests/syntax-tests/source/Log/example.log2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/syntax-tests/highlighted/Log/example.log b/tests/syntax-tests/highlighted/Log/example.log
new file mode 100644
index 00000000..8387670c
--- /dev/null
+++ b/tests/syntax-tests/highlighted/Log/example.log
@@ -0,0 +1,2 @@
+2021-03-06 23:22:21.392 https://[2001:db8:4006:812::200e]:8080/path/the%20page.html
+2021-03-06 23:22:21 https://example.com:8080/path/the%20page(with_parens).html
diff --git a/tests/syntax-tests/source/Log/example.log b/tests/syntax-tests/source/Log/example.log
new file mode 100644
index 00000000..35eb1c78
--- /dev/null
+++ b/tests/syntax-tests/source/Log/example.log
@@ -0,0 +1,2 @@
+2021-03-06 23:22:21.392 https://[2001:db8:4006:812::200e]:8080/path/the%20page.html
+2021-03-06 23:22:21 https://example.com:8080/path/the%20page(with_parens).html