Skip to content

Commit

Permalink
test Text.check: use "why" for test name
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 11, 2024
1 parent 0832562 commit 7040440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_text_check.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_character_reference_decimal_garbage_at_the_end
assert_check_failed("&#48x;", "&")
end

def test_character_reference_decimal_invalid_value
def test_character_reference_decimal_control_character
# U+0008 BACKSPACE
assert_check_failed("", "")
end
Expand Down

0 comments on commit 7040440

Please sign in to comment.