We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba5f23 commit 8208c7dCopy full SHA for 8208c7d
1 file changed
Maple2.File.Tests/TableParserTest.cs
@@ -18,12 +18,10 @@ public static void ClassInit(TestContext context) {
18
19
[TestMethod]
20
public void TestFeatureParser() {
21
- var settingResults = _parser.ParseFeatureSetting();
22
foreach ((_, _) in _parser.ParseFeatureSetting()) {
23
continue;
24
}
25
26
- var featureResults = _parser.ParseFeature();
27
foreach ((_, _) in _parser.ParseFeature()) {
28
29
0 commit comments