From 611094ffa4014ba34e6f2c8dc083878ab6073411 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 30 Mar 2019 13:02:58 +0100 Subject: Fix parsing "a" abbreviation without padding whitespace --- tests/good/test-a-without-whitespace.ttl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/good/test-a-without-whitespace.ttl (limited to 'tests/good/test-a-without-whitespace.ttl') diff --git a/tests/good/test-a-without-whitespace.ttl b/tests/good/test-a-without-whitespace.ttl new file mode 100644 index 00000000..2d6db000 --- /dev/null +++ b/tests/good/test-a-without-whitespace.ttl @@ -0,0 +1,6 @@ +[a]. +[a[]]. +[a()]. +a. +a[]. +a(). -- cgit v1.2.1