1 54 package org.w3c.tidy; 55 56 64 public class TidyWordBugsTest extends TidyTestCase 65 { 66 67 71 public TidyWordBugsTest(String name) 72 { 73 super(name); 74 } 75 76 80 public void test431721() throws Exception  81 { 82 executeTidyTest("431721.html"); 83 } 84 85 89 public void test444394() throws Exception  90 { 91 executeTidyTest("444394.html"); 92 } 93 94 98 public void test463066() throws Exception  99 { 100 executeTidyTest("463066.html"); 101 } 102 103 107 public void test634889() throws Exception  108 { 109 executeTidyTest("634889.html"); 110 } 111 112 } | Popular Tags |