From 14b75917c2c8b8e139bfd2442ec007341af2b6e0 Mon Sep 17 00:00:00 2001 From: Ankitr19 Date: Fri, 7 Jul 2017 12:47:56 +0530 Subject: Demos and RPi compiler compatibility --- 2.3-1/tests/unit_tests/test_string/scilabcode/strcspntest.sci | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 2.3-1/tests/unit_tests/test_string/scilabcode/strcspntest.sci (limited to '2.3-1/tests/unit_tests/test_string/scilabcode/strcspntest.sci') diff --git a/2.3-1/tests/unit_tests/test_string/scilabcode/strcspntest.sci b/2.3-1/tests/unit_tests/test_string/scilabcode/strcspntest.sci new file mode 100644 index 00000000..9a03c576 --- /dev/null +++ b/2.3-1/tests/unit_tests/test_string/scilabcode/strcspntest.sci @@ -0,0 +1,6 @@ +function strcspntest() + x="123243545assdsc"; + y="anki5t3"; + z=strcspn(y,x); + disp(z); +endfunction -- cgit