Created
December 6, 2012 03:41
-
-
Save rurban/4221616 to your computer and use it in GitHub Desktop.
ext/nqp-rx/t/nqp/46-charspec.t
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # whats wrong with this nqp test file? https://github.com/parrot/parrot/issues/874 | |
| # Confused at line 3, near "my %config" | |
| my %config := pir::getinterp__P()[pir::const::IGLOBALS_CONFIG_HASH]; | |
| unless %config<has_icu> { | |
| say("1..0 skip no ICU lib"); | |
| nqp::exit(0); | |
| } | |
| plan(4); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment