Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ErrorMessagesSpec: make failures easier to read
Old output of `sbt test`: ``` ErrorMessagesSpec: - attr_invalid_switch_inner *** FAILED *** attr_invalid_switch_inner.ksy: /seq/1/size: error: invalid type: expected integer, got CalcBooleanType attr_invalid_switch_inner.ksy: /seq/1/size: error: invalid type: expected integer, got CalcBooleanType did not equal attr_invalid_switch_inner.ksy: /seq/1/size: error: invalid type: expected integer, got CalcBooleanType (SimpleMatchers.scala:34) ``` New output of `sbt test`: ``` ErrorMessagesSpec: - attr_invalid_switch_inner *** FAILED *** [attr_invalid_switch_inner.ksy: /seq/1/size: error: invalid type: expected integer, got CalcBooleanType attr_invalid_switch_inner.ksy: /seq/1/size: error: invalid type: expected integer, got CalcBooleanType ] did not equal [attr_invalid_switch_inner.ksy: /seq/1/size: error: invalid type: expected integer, got CalcBooleanType ] (SimpleMatchers.scala:34) ```
- Loading branch information