srcanamdw_os/leavescan/test/testcases/LS2-testcases/PCT-LeaveScan-LS2-002.cpp
changeset 0 83f4b4db085c
child 2 99082257a271
equal deleted inserted replaced
-1:000000000000 0:83f4b4db085c
       
     1 //desc:test string for LS2
       
     2 //option:
       
     3 //date:2008-8-12 15:58:1
       
     4 //author:pingorliu
       
     5 //type: CT
       
     6 
       
     7 void funcL()
       
     8 {//check:funcL,leavers
       
     9 
       
    10 string str = "calling fooL()";
       
    11 string str2 = "\"calling fooL()\"";
       
    12 string str3 = "\"calling fooL()";
       
    13 string str4 = "'calling fooL()'";
       
    14 string str5 = "'calling fooL()";
       
    15 string str6 = " this is a function\
       
    16                 fooL()";
       
    17 
       
    18 }
       
    19