.parse not working as expected (unit tests fail)
The unit tests added in https://github.com/DSSWG/DSS/pull/66 are failing.
Me and @mbrendler just figured out that the bug was introduced in https://github.com/DSSWG/DSS/commit/c0e27bf7a130b61bb10ea4364ad0c373d6bd5b3b, we are taking a deeper look at this right now. Ping here, if you have any thoughts.
#69 fixes this for multiline comments that look like:
/*
* @name Foo
*/
…but it still fails for a syntax like mentioned in the README:
//
// @name Foo
//
Do you have plans how to solve this?
@ahx Yep. I had a fix in the works about 2 weeks ago. I'll try and push that up this weekend. Definitely ping me again if you don't see any activity by Monday morning
Ping @darcyclarke :heart: :tulip: :fireworks: :tokyo_tower:
ping @darcyclarke :smiley:
This project has become pretty stale. – Do you think #68 should be done before trying to solve this within the current implementation?