Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6e00a14

Browse filesBrowse files
committed
test: fix indent
1 parent df3a0cc commit 6e00a14
Copy full SHA for 6e00a14

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed

‎test/parser/test_sax2.rb

Copy file name to clipboardExpand all lines: test/parser/test_sax2.rb
+5-5Lines changed: 5 additions & 5 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.