checkpoint
[sbp.git] / tests / meta.g
index 11cb9f8..51e55be 100644 (file)
@@ -59,7 +59,7 @@ e             =                (Quoted|Word) ^":" e
 
 NonTerminalReference = Word
 Literal              = Quoted
-Word                 = [a-zA-Z0-9_]++
+Word                 = [.a-zA-Z0-9_]++
 Quoted               = "\"" ((~[\"\\] | escaped)+) "\""
                      | EmptyString
                        EmptyString = "\"\""