We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3a0cc commit 6e00a14Copy full SHA for 6e00a14
test/parser/test_sax2.rb
@@ -177,12 +177,12 @@ def test_system
177
assert_equal([declaration],
178
parse(<<-INTERNAL_SUBSET))
179
<!NOTATION name SYSTEM "system-literal">
180
- INTERNAL_SUBSET
181
- end
+ INTERNAL_SUBSET
+ end
182
183
- def test_public
184
- declaration = ["name", "PUBLIC", "public-literal", "system-literal"]
185
- assert_equal([declaration], parse(<<-INTERNAL_SUBSET))
+ def test_public
+ declaration = ["name", "PUBLIC", "public-literal", "system-literal"]
+ assert_equal([declaration], parse(<<-INTERNAL_SUBSET))
186
<!NOTATION name PUBLIC "public-literal" "system-literal">
187
INTERNAL_SUBSET
188
end
0 commit comments