Bug 4079: Unable to compile pattern defined in module 88/34388/2
authorIgor Foltin <ifoltin@cisco.com>
Wed, 10 Feb 2016 11:09:12 +0000 (12:09 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 10 Feb 2016 12:42:37 +0000 (12:42 +0000)
commit80bcbaac427850f34bcaadf375e94134af42d01f
tree7ff9f52a78a05553bc2057dfe052c2d619c55279
parent6ecb495f3729e75f8e86ab72ffa68eed3d14cc4c
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>
(cherry picked from commit ee7500aa1604b3c654511d9f41de8281957101a8)
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]