[tapx-dev] Trailing backslash in TAP lines

Andy Armstrong andy at hexten.net
Thu Jul 12 17:44:20 BST 2007


Ovid wrote:
> Crap.  Then it's a bug.  I've played with that a few times and it never quite worked out right.  I thought I had it nailed this time.

I think I'm getting close :)

> You are right in how it should be parsed.

Cool. I'm planning to implement either these semantics:

\#	-> #
\x	-> x
\<eol>	-> \

or these:

\#	-> #
\\	-> \
\x	-> \x
\<eol>	-> \

I currently have the first version working - but it's not much hassle to
do it either way if there are strong preferences.

> Ovid -- "who's about to go home to no 'net connection again :("

I saw your Eclipse rant. I ended up getting a refund from them when
Evolution didn't work - but it was a battle.

-- 
Andy Armstrong, Hexten


More information about the tapx-dev mailing list