comparison tests/OnClientTester.java @ 943:ff075ed5ce81

Spell check.
author Sjoerd Mullender <sjoerd@acm.org>
date Thu, 09 Jan 2025 10:56:14 +0100 (3 months ago)
parents d416e9b6b3d0
children
comparison
equal deleted inserted replaced
942:45c26b1a0677 943:ff075ed5ce81
660 "At index %d out of %d in the skeleton (=digits removed) we find <%02x %02x %02x> instead of <7c 0d 0a>", 660 "At index %d out of %d in the skeleton (=digits removed) we find <%02x %02x %02x> instead of <7c 0d 0a>",
661 i, withoutData.length(), 661 i, withoutData.length(),
662 (int)sub.charAt(0), (int)sub.charAt(1), (int)sub.charAt(2))); 662 (int)sub.charAt(0), (int)sub.charAt(1), (int)sub.charAt(2)));
663 } 663 }
664 } 664 }
665 // only to show some succesful output if the above succeeds 665 // only to show some successful output if the above succeeds
666 assertEq("Every 3-byte normalized chunk", "|\\r\\n", "|\\r\\n"); 666 assertEq("Every 3-byte normalized chunk", "|\\r\\n", "|\\r\\n");
667 667
668 exitTest(); 668 exitTest();
669 } 669 }
670 670