Finish fix of preproc handeling of smooth.

Fixes #149 as reported by @benfry.
This commit is contained in:
A Pottinger
2020-11-21 11:59:25 -08:00
parent c41e4d24ad
commit 721046b593
6 changed files with 84 additions and 38 deletions

View File

@@ -370,7 +370,7 @@ public class ParserTests {
expectGood("nosmooth");
}
/*@Test
@Test
public void testSmooth() {
expectGood("smoothnoparam");
}
@@ -378,6 +378,6 @@ public class ParserTests {
@Test
public void testSmoothWithParam() {
expectGood("smoothparam");
}*/
}
}