From 15b4dd0c70649be488159f3e4f7dd50d383b6087 Mon Sep 17 00:00:00 2001 From: NAITOH Jun Date: Tue, 23 Sep 2025 00:14:18 +0900 Subject: [PATCH] Fix invalid XML without root element in Benchmark ## Why? A fix was missed in https://github.com/ruby/rexml/pull/291. --- benchmark/parse_comment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/parse_comment.yaml b/benchmark/parse_comment.yaml index a0a3a771..b9d7fdc0 100644 --- a/benchmark/parse_comment.yaml +++ b/benchmark/parse_comment.yaml @@ -26,8 +26,8 @@ prelude: | SIZE = 100000 - top_level_xml = "\n" - in_doctype_xml = "]>" + top_level_xml = "\n" + in_doctype_xml = "]>" after_doctype_xml = "" benchmark: