From c20957b1beff5e23aba36b84657d41f2fa6d6fda Mon Sep 17 00:00:00 2001 From: Nathan Fisher Date: Sun, 22 Oct 2023 18:51:23 -0400 Subject: [PATCH] Commit test .gmi file --- .gitignore | 1 + test/test0.gmi | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 test/test0.gmi diff --git a/.gitignore b/.gitignore index a2abe96..12bf4cf 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ test/output/ test/* !test/*.c !test/Makefile +!test/*.gmi *.o *.a *.so diff --git a/test/test0.gmi b/test/test0.gmi new file mode 100644 index 0000000..a1f5319 --- /dev/null +++ b/test/test0.gmi @@ -0,0 +1,13 @@ +# A Test Gemtext file +## Used for testing the parser in normal operation + +This is a simple gemtext file used for testing the gemtext parser. There's nothing particularly special about it and we're not using it to test any edge cases. For now, we are only concerned with how the parser handles well-formatted gemtext such as this. + +> Walk before you run. +> - Anonymous + +### Let's check a list +* First item +* second item + +=> gemini://example.org/test.gmi This is a link \ No newline at end of file