Searched refs:TestSyntax (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/tools/launcher/
H A DMultipleJRE.sh75 TestSyntax() { function
387 TestSyntax "1.2..3" # Two adjacent separators
388 TestSyntax "_1.2.3" # Begins with a separator
389 TestSyntax "1.2.3-" # Ends with a separator
390 TestSyntax "1.2+.3" # Embedded modifier
391 TestSyntax "1.2.4+&1.2*&1++" # Long and invalid
420 TestSyntax "1.2.3_99 1.3.2+ 1.2.4+&1.2*&1++" # Long and invalid

Completed in 29 milliseconds