mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
pgf_generate_all now emits __mock_string__ instead of FOO for String literals.
This commit is contained in:
@@ -370,7 +370,7 @@ void
|
||||
pgf_reasoner_mk_string(PgfReasoner* rs, PgfExprState* parent)
|
||||
{
|
||||
pgf_reasoner_mk_literal(rs, parent, "String",
|
||||
pgf_expr_string("FOO", rs->out_pool));
|
||||
pgf_expr_string("__mock_string__", rs->out_pool));
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user