Skip to content

Commit

Permalink
hack to make codeStyleTests happy
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Nov 16, 2024
1 parent 3cdec7e commit 517ecb7
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -653,9 +653,11 @@ public void documentCreateElementUnknown() throws Exception {
*/
@Test
@Alerts({"", "!", "\"", "#", "$", "%", "&", "'", "(", ")", "*", "+", ",",
"/", ";", "<", "=", ">", "?", "@", "[", "\\", "]", "^", "`",
"/", ";", "<", "=", ">", "?", "@", "[", "§§URL§§", "]", "^", "`",
"{", "|", "}", "~"})
public void documentCreateElementValidTagNames() throws Exception {
expandExpectedAlertsVariables("\\\\");

final String html
= "<html>\n"
+ " <head>\n"
Expand Down Expand Up @@ -687,9 +689,11 @@ public void documentCreateElementValidTagNames() throws Exception {
@Alerts({"", "!", "\"", "#", "$", "%", "&", "'", "(", ")",
"*", "+", ",", "-", ".", "/",
"0", "1", "2", "3", "4", "5", "6", "7", "8", "9",
";", "<", "=", ">", "?", "@", "[", "\\", "]", "^", "`",
";", "<", "=", ">", "?", "@", "[", "§§URL§§", "]", "^", "`",
"{", "|", "}", "~"})
public void documentCreateElementValidTagNamesFirstChar() throws Exception {
expandExpectedAlertsVariables("\\\\");

final String html
= "<html>\n"
+ " <head>\n"
Expand Down

0 comments on commit 517ecb7

Please sign in to comment.