From ffe321d01e898c3e582009cd6ca6959c6f939ba0 Mon Sep 17 00:00:00 2001 From: Olivier Chafik Date: Fri, 12 Apr 2024 17:55:57 +0100 Subject: [PATCH] grammars: pretty print rules and chars --- tests/test-grammar-parser.cpp | 411 ++++++++++++++++++---------------- 1 file changed, 214 insertions(+), 197 deletions(-) diff --git a/tests/test-grammar-parser.cpp b/tests/test-grammar-parser.cpp index ddf284802..4add713ac 100644 --- a/tests/test-grammar-parser.cpp +++ b/tests/test-grammar-parser.cpp @@ -31,14 +31,31 @@ static void verify_parsing(const char *grammar_bytes, const std::vector