Ad
  • Default User Avatar

    Okay well I am still allowed to be annoyed about it

  • Custom User Avatar

    I know, but it's specified that way, so...

  • Default User Avatar

    Because in general that's not proper punctuation lol

  • Custom User Avatar

    Why do you say they're incorrect?

    Every word and punctuation mark should be seperated by a space ' '.

    It's in the kata's description.

  • Default User Avatar

    The tests in this one are pissing me off because they want us to return an incorrect result. Like having spaces between our punctuation at the end o.O

  • Default User Avatar

    I've fixed this problem!

  • Default User Avatar

    Unfortunately, there is no preloaded object in PHP, you have to make it yourself.

  • Default User Avatar

    codewarrior/kata
    ./solution.go:58:44: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
    ./solution.go:59:15: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
    ./solution.go:62:44: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
    ./solution.go:63:15: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
    ./solution.go:66:44: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
    ./solution.go:67:15: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
    ./solution.go:70:44: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)
    ./solution.go:71:15: conversion from untyped int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?)

    Please someone help me. I dont know what to do