コード例 #1
0
 public string TesthtmlTable(string table, int row, int column)
 {
     return(SecretArchives.htmlTable(table, row, column));
 }
コード例 #2
0
 public void Testlrc2subRip(ComplexTest <Tuple <string[], string>, string[]> test)
 {
     Assert.AreEqual(test.ExpectedResult, SecretArchives.lrc2subRip(test.Input.Item1, test.Input.Item2));
 }