Bug 4079: Unable to compile pattern defined in module 84/34384/1
authorIgor Foltin <ifoltin@cisco.com>
Wed, 10 Feb 2016 11:09:12 +0000 (12:09 +0100)
committerIgor Foltin <ifoltin@cisco.com>
Wed, 10 Feb 2016 11:09:12 +0000 (12:09 +0100)
commitee7500aa1604b3c654511d9f41de8281957101a8
tree3852aa42a7d1b65ae330f4e41b179797cef6341f
parent79a6c2ebfeeb92665ae217a9b7423da3ef92b19e
Bug 4079: Unable to compile pattern defined in module
          when using Unicode blocks

The original patch for this bug fixed the problem
only in the old yang parser.

This patch fixes the issue in the new yang parser.

Change-Id: I07c7ad8d00ab0f8f39888afd1468054e74574cb4
Signed-off-by: Igor Foltin <ifoltin@cisco.com>
yang/yang-parser-impl/src/main/java/org/opendaylight/yangtools/yang/parser/stmt/rfc6020/PatternStatementImpl.java
yang/yang-parser-impl/src/main/java/org/opendaylight/yangtools/yang/parser/stmt/rfc6020/Utils.java
yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/stmt/retest/Bug4079Test.java [new file with mode: 0644]