summaryrefslogtreecommitdiff
path: root/test/test.html
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-08-04 19:35:48 -0400
committerpommicket <pommicket@gmail.com>2023-08-04 19:35:48 -0400
commit45d69107725a02cf6d912a571b771da3ef5abfbf (patch)
tree6b5d44104f57074dc00f1bab8eed986ca707b8a2 /test/test.html
parentf278b832dc6e085d05b243bbae2af82e78e36d6d (diff)
textDocument/documentLink parsing
Diffstat (limited to 'test/test.html')
-rw-r--r--test/test.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test.html b/test/test.html
new file mode 100644
index 0000000..7677c8f
--- /dev/null
+++ b/test/test.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<html>
+<body>
+<a href="https://example.com">example</a>
+</body>
+</html>