carueda/tscfg

Hardcoded example code in ScalaGen.scala

Closed this issue ยท 2 comments

At ScalaGen.scala:529, the path is hardcoded to parentPath + "fruit", while it should be parentPath + "$path" (as far as I can tell).

The corresponding tests at ScalaMainSpec.scala:748ff do not fail because they are all fruit-related ๐ŸŒ๐ŸŽ๐Ÿ.

Thanks for the catch! ๐Ÿ˜‚

(I of course fixed my mistake and also added an associated test!)

Thank you very much!