Skip to content

Instantly share code, notes, and snippets.

@rurban
Created December 6, 2012 03:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rurban/4221616 to your computer and use it in GitHub Desktop.
Save rurban/4221616 to your computer and use it in GitHub Desktop.
ext/nqp-rx/t/nqp/46-charspec.t
# 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