Skip to content

Commit 6e00a14

Browse files
committed
test: fix indent
1 parent df3a0cc commit 6e00a14

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/parser/test_sax2.rb

+5-5
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,12 @@ def test_system
177177
assert_equal([declaration],
178178
parse(<<-INTERNAL_SUBSET))
179179
<!NOTATION name SYSTEM "system-literal">
180-
INTERNAL_SUBSET
181-
end
180+
INTERNAL_SUBSET
181+
end
182182

183-
def test_public
184-
declaration = ["name", "PUBLIC", "public-literal", "system-literal"]
185-
assert_equal([declaration], parse(<<-INTERNAL_SUBSET))
183+
def test_public
184+
declaration = ["name", "PUBLIC", "public-literal", "system-literal"]
185+
assert_equal([declaration], parse(<<-INTERNAL_SUBSET))
186186
<!NOTATION name PUBLIC "public-literal" "system-literal">
187187
INTERNAL_SUBSET
188188
end

0 commit comments

Comments
 (0)