Skip to content

Commit

Permalink
test: fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 17, 2024
1 parent df3a0cc commit 6e00a14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/parser/test_sax2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,12 @@ def test_system
assert_equal([declaration],
parse(<<-INTERNAL_SUBSET))
<!NOTATION name SYSTEM "system-literal">
INTERNAL_SUBSET
end
INTERNAL_SUBSET
end

def test_public
declaration = ["name", "PUBLIC", "public-literal", "system-literal"]
assert_equal([declaration], parse(<<-INTERNAL_SUBSET))
def test_public
declaration = ["name", "PUBLIC", "public-literal", "system-literal"]
assert_equal([declaration], parse(<<-INTERNAL_SUBSET))
<!NOTATION name PUBLIC "public-literal" "system-literal">
INTERNAL_SUBSET
end
Expand Down

0 comments on commit 6e00a14

Please sign in to comment.