muscles: fix another occurrence of unescaped type name

* src/output.c (quoted_output): Split into...
(quoted_output, string_output): these.
Use the former when outputting a type_name.
* tests/input.at: Check this case.
* src/symtab.h: Comment changes.
This commit is contained in:
Akim Demaille
2012-07-26 14:41:55 +02:00
parent 0e164d43d1
commit 9a86ee6058
3 changed files with 44 additions and 13 deletions

View File

@@ -1392,6 +1392,19 @@ m4_pushdef([AT_TEST],
$$;
$<$1(DEAD %initial-action)>$
};
%printer
{
$$
$<$1(DEAD %printer)>$
} <> <*>;
%lex-param
{
$1(DEAD %lex-param)
};
%parse-param
{
$1(DEAD %parse-param)
};
%%
exp:
a a[last]