Merge branch 'master' into bjh21-unterminated-strings
authorBen Harris <bjh21@bjh21.me.uk>
Thu, 25 Jul 2019 23:08:48 +0000 (00:08 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Thu, 25 Jul 2019 23:08:48 +0000 (00:08 +0100)
This should fix ocaml.

1  2 
tests/step1_read_print.mal

@@@ -80,14 -80,56 +80,60 @@@ fals
  ;=>"abc (with parens)"
  "abc\"def"
  ;=>"abc\"def"
- ;;;"abc\ndef"
- ;;;;=>"abc\ndef"
  ""
  ;=>""
 +"\\"
 +;=>"\\"
 +"\\\\\\\\\\\\\\\\\\"
 +;=>"\\\\\\\\\\\\\\\\\\"
+ "&"
+ ;=>"&"
+ "'"
+ ;=>"'"
+ "("
+ ;=>"("
+ ")"
+ ;=>")"
+ "*"
+ ;=>"*"
+ "+"
+ ;=>"+"
+ ","
+ ;=>","
+ "-"
+ ;=>"-"
+ "/"
+ ;=>"/"
+ ":"
+ ;=>":"
+ ";"
+ ;=>";"
+ "<"
+ ;=>"<"
+ "="
+ ;=>"="
+ ">"
+ ;=>">"
+ "?"
+ ;=>"?"
+ "@"
+ ;=>"@"
+ "["
+ ;=>"["
+ "]"
+ ;=>"]"
+ "^"
+ ;=>"^"
+ "_"
+ ;=>"_"
+ "`"
+ ;=>"`"
+ "{"
+ ;=>"{"
+ "}"
+ ;=>"}"
+ "~"
+ ;=>"~"
  
  ;; Testing reader errors
  (1 2