Avoid freakoutery on invalid delims.

The specs tests assumes an implementation will silently ignore invalid delims.
I think that's a bad idea, so I throw an exception on invalid delims. So I just
ignore those "tests".
This commit is contained in:
Michael Bayne
2014-12-16 11:06:39 -08:00
parent c4cf51cf65
commit 4b3f677fbf
2 changed files with 5 additions and 5 deletions
@@ -4,12 +4,8 @@
package com.samskivert.mustache.specs;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashSet;
import java.util.List;
import java.util.Map;