summaryrefslogtreecommitdiff
path: root/issues/317.txt
diff options
context:
space:
mode:
Diffstat (limited to 'issues/317.txt')
-rw-r--r--issues/317.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/issues/317.txt b/issues/317.txt
new file mode 100644
index 00000000..a60a22eb
--- /dev/null
+++ b/issues/317.txt
@@ -0,0 +1,9 @@
+Id: 317
+Subject: single literal strings cannot be concatenated
+Tracker: Bug
+Status: New
+Fixed-Version:
+Created-On: Sun Aug 07 10:41:07 -0700 2011
+Updated-On: Tue Nov 15 17:43:08 -0800 2011
+
+Single literal strings cannot be concatenated because they are not LitPat tokens. They are Literals, and parsed differently in productions and patterns. But they are available in code. This inconsistency is somewhat confusing.