Mercurial > repos > public > sbplib
view CellTest.m @ 472:1dcac646c514 feature/sublassable_cellarray
Add some missing semicolon
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Wed, 02 Aug 2017 09:34:26 +0200 |
| parents | c78249d8e915 |
| children | c91464ef1dd9 |
line wrap: on
line source
function tests = CellTest() tests = functiontests(localfunctions); end function testSubAssignment(testCase) testCase.verifyFail(); end function testIndexreference(testCase) testCase.verifyFail(); end function testConcat(testCase) testCase.verifyFail(); end
