On Fri, 5 Dec 2014, Riccardo (Jack) Lucchetti wrote:
On Fri, 5 Dec 2014, Allin Cottrell wrote:
> You're right, the second line above should generate an error. An error
> was being registered internally but it wasn't propagating correctly.
> That's now fixed in CVS.
Speaking of strings: the line
<hansl>
modprint x "aha"
</hansl>
(where a is a 1x2 matrix) gives an error, which I'm pretty sure whouldn't
happen with the old tokenizer. Is this intended?
No. It was a curious little bug, specific to the case where the first
matrix argument has only one row. It's now fixed in CVS.
Allin