Results 119 comments of Jakob Schöttl

On the other hand, a flat list of headlines and sections seem to be very pragmatic. It makes it easier to change headline level and order. ``` [[:section] [:headline] [:section]...

> branch14 and I just double checked this suggestion. It looks fine to me. > > As for the 'hierarchical' vs 'nested' structure of headlines: We think that having a...

If you search in EBNF for regex `\bs\b` – that are examples where whitespace is parsed but not stored in the AST. It's mostly leading or trailing whitespace. Leading whitespace...

Hi, this is my csv file: ``` name,home,work,mobile,combined Essen,,08000 1234560,,08000 1234560 ``` I noticed that the error does not appear when I omit the header line. However, without the header...

Right! I forgot to use your specified input format. I used to have it but then I had to change the format to use the other converter tool.

> Format 4 (markdown files with embedded examples) is not yet implemented and still much needed. I think like @taavi-valjaots that it would be better to have a slim consistent...

I need help the [parsing of a comment line](https://github.com/simonmichael/shelltestrunner/blob/master/src/Parse.hs#L394): The parsed comment line discards the comment character (`#` or `*`). I think it would be better to store the full...

I know, this are a lot of changes already. I implemented your suggestion to parse `commentline`. I also added a field `trailingComments` that are normally empty except for the last...

> @schoettl I had a go at removing the actual output printing for now, but better to let you do it if possible. Would you mind removing just that part,...

> Oh shared input. It just means that after an input you can write more than one tests, and they'll all use it. Sorry for the hassle, but we will...