mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
support RC1 and RC2 too
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
278e6eb341
commit
2e584ff08f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import org.junit.Test;
|
|||
* @author dhuebner - Initial contribution and API
|
||||
*/
|
||||
public class XtextVersionTests {
|
||||
private static Pattern VERSION_MATCHER = Pattern.compile("\\d\\.\\d+\\.\\d+(?:(-SNAPSHOT)|(\\.M\\d)|(\\.Beta\\d?))?");
|
||||
private static Pattern VERSION_MATCHER = Pattern.compile("\\d\\.\\d+\\.\\d+(?:(-SNAPSHOT)|(\\.M\\d)|(\\.Beta\\d?)|(\\.RC\\d?))?");
|
||||
|
||||
@Test
|
||||
public void testVersionKinds() {
|
||||
|
|
Loading…
Reference in a new issue