Skip to content

Instantly share code, notes, and snippets.

@usev6
Created November 24, 2014 20:07
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 usev6/2758cadede70afcb92c6 to your computer and use it in GitHub Desktop.
Save usev6/2758cadede70afcb92c6 to your computer and use it in GitHub Desktop.
failing test for S02-types/pair.t on JVM
not ok 98 - chained colonpairs in parens build a list of pairs
# Failed test 'chained colonpairs in parens build a list of pairs'
# at t/spec/S02-types/pair.rakudo.jvm line 329
# expected: 'a 2 b 3 c 4'
Code object coerced to string (please use .gist or .perl to do that) in sub cmp_ok at lib/Test.pm:145
# matcher: 'infix:<eqv>'
# got: 'a 4 b 3 c 4'
not ok 99 - chained colonpairs in curlies construct hashes with more than one element
use of uninitialized value of type Any in string context in sub proclaim at lib/Test.pm:375
# Failed test 'chained colonpairs in curlies construct hashes with more than one element'
# at lib/Test.pm line
# expected: '2 3 4'
Code object coerced to string (please use .gist or .perl to do that) in sub cmp_ok at lib/Test.pm:145
# matcher: 'infix:<eqv>'
# got: '4 3 4'
# FUDGED!
# Looks like you failed 2 tests of 99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment