maxitg / SetReplace

C++/Wolfram Language package for exploring set and graph rewriting systems
MIT License
219 stars 44 forks source link

Allow trailing comments in test files #629

Closed maxitg closed 3 years ago

maxitg commented 3 years ago

Changes

Comments

Examples


(* sdfsdfsdf *)

(* sdfsdfsdf *)
$ ./test.wls SetReplace
Loading SetReplace from /Users/maxitg/git/SetReplace/Kernel/init.m
SetReplace                              [ok]
2021-03-25 13:26:50.514 MathematicaServer[34509:8439387] Warning: Expected min height of view: (<NSButton: 0x7f9ea56aba20>) to be less than or equal to 30 but got a height of 32.000000. This error will be logged once per view in violation.
Report file: /private/var/folders/f_/klrm3n7d4_989wy4dxx9_l9c0000gn/T/m000001344961/testReport.nb
Tests passed.

This change is Reviewable

daneelsan commented 3 years ago

What do you mean by:

I'm now using StandardForm instead of InputForm, which multiples expressions instead of retuning the list.

I see that there is still ToExpression[_, InputForm, Hold]

maxitg commented 3 years ago

@daneelsan, sorry, forgot to update the comment. I'm not using this approach anymore.