Hideki Yamane pushed to branch master at Debian Java Maintainers / jruby-joni


Commits:
ee4bafb1 by Marcin Mielzynski at 2019-05-21T17:21:59Z
add missing break for \K

- - - - -
9e2c76c6 by Marcin Mielzynski at 2019-05-21T17:30:00Z
[maven-release-plugin] prepare release joni-2.1.28

- - - - -
97727ccc by Marcin Mielzynski at 2019-05-21T17:30:14Z
[maven-release-plugin] prepare for next development iteration

- - - - -


2 changed files:

- pom.xml
- src/org/joni/Lexer.java


Changes:

=====================================
pom.xml
=====================================
@@ -4,7 +4,7 @@
   <groupId>org.jruby.joni</groupId>
   <artifactId>joni</artifactId>
   <packaging>jar</packaging>
-  <version>2.1.28-SNAPSHOT</version>
+  <version>2.1.29-SNAPSHOT</version>
   <name>Joni</name>
   <description>
     Java port of Oniguruma: http://www.geocities.jp/kosako3/oniguruma


=====================================
src/org/joni/Lexer.java
=====================================
@@ -1161,6 +1161,7 @@ class Lexer extends ScannerSupport {
                     break;
                 case 'K':
                     if (syntax.op2EscCapitalKKeep()) token.type = 
TokenType.KEEP;
+                    break;
                 default:
                     unfetch();
                     fetchEscapedValue();



View it on GitLab: 
https://salsa.debian.org/java-team/jruby-joni/compare/8ab58f30172a82ca7ceb7a061fd914f4a999b229...97727cccd83134e6eecf690f9f9cfef592849430

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/jruby-joni/compare/8ab58f30172a82ca7ceb7a061fd914f4a999b229...97727cccd83134e6eecf690f9f9cfef592849430
You're receiving this email because of your account on salsa.debian.org.

_______________________________________________
pkg-java-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to