6a06906b2d
Update strings.m to include strings with parens and brackets in them, also in cell arrays.
7 lines
112 B
Bash
Executable file
7 lines
112 B
Bash
Executable file
#!/bin/bash
|
|
#
|
|
# Run a suite of matlab-emacs tests
|
|
|
|
emacs -batch -l metest.el -e "metest-all-syntax-tests"
|
|
|
|
#end
|