Skip to content

Option not working for user-defined types #1

@rchillyard

Description

@rchillyard

The following unit test does not run:
it should "parse Option[MyNumber]" in { object X extends CellParsers { import MyNumberParser._ implicit val optionalPrincipalParser: CellParser[Option[MyNumber]] = cellParserOption[MyNumber] } import X._ implicitly[CellParser[Option[MyNumber]]].convertString("1") shouldBe Some(1) }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions