We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96f5f1 commit da3cde5Copy full SHA for da3cde5
.github/workflows/homebrew-devel.yml
@@ -75,5 +75,5 @@ jobs:
75
run: cat `which cadabra2`
76
77
- name: test simple cli run
78
- run: printf "A+B;\nquit()\n" > tst.cdb && cadabra2 tst.cdb
+ run: printf "ex:=(A+B) (C+D);\ndistribute(ex);\nquit()\n" > tst.cdb && cadabra2 tst.cdb
79
0 commit comments