* Test test ensures the dynamic tag example works properly when stripped of actual
* dynamic tag features. This is to make sure non-dynamic tag code is working.
*/
public void nonDynamicTest() throws CopperParserException, IOException {
String program = readFile(PATH + "NonDynamicDynamicTag.wyv");
TypedAST ast = TagTests.getAST(program);
TagTests.evaluateExpecting(ast, 2);
}