summaryrefslogtreecommitdiff
path: root/Examples/test-suite/matlab/li_std_wstream_runme.m
blob: ef98e6c201d315e336e4451a7078262dbbc994ca (plain)
1
2
3
4
5
6
7
8
9
10
a = li_std_wstream.A();

o = li_std_wstream.wostringstream();

o << a << u' ' << 2345 << u' ' << 1.435 << wends;

if (o.str() ~=  'A class 2345 1.435\0')
  error
end