numbas / editor

An editor for the Numbas e-learning system.
http://numbas.mathcentre.ac.uk
Apache License 2.0
59 stars 61 forks source link

Not displaying \neq if part of a variable value #110

Closed BillFoster closed 11 years ago

BillFoster commented 11 years ago

For example setting a variable to have value

'$ x \neq 0$' results in the display xeq0 . Is the \n being interpreted as new line?

See http://numbas.mathcentre.ac.uk/question/348/notequal/

christianp commented 11 years ago

I should look at my unit tests more often! It seems the escape character code has gone wrong, yes.