Searched refs:VARIABLES (Results 1 – 1 of 1) sorted by relevance
58 static Pattern VARIABLES = Pattern.compile("!@\\{([A-Za-z0-9_-]*)}"); field in BaseCompilationTest167 final Matcher matcher = VARIABLES.matcher(contents); in copyResourceTo()