dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: cscctest/csharp/lexer ident1.il,1.2,1.3 iden


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: cscctest/csharp/lexer ident1.il,1.2,1.3 ident1.jl,1.2,1.3
Date: Wed, 12 Mar 2003 02:50:10 -0500

Update of /cvsroot/dotgnu-pnet/cscctest/csharp/lexer
In directory subversions:/tmp/cvs-serv22195/csharp/lexer

Modified Files:
        ident1.il ident1.jl 
Log Message:


Update test case for new quoting format for UTF-8 identifiers.


Index: ident1.il
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/lexer/ident1.il,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ident1.il   17 Jan 2002 23:52:44 -0000      1.2
--- ident1.il   12 Mar 2003 07:50:08 -0000      1.3
***************
*** 108,112 ****
  } // method .ctor
  } // class f
! .class private auto ansi 'Ḁ' extends ['.library']'System'.'Object'
  {
  .method public hidebysig specialname rtspecialname instance void '.ctor'() 
cil managed 
--- 108,112 ----
  } // method .ctor
  } // class f
! .class private auto ansi '\341\270\200' extends ['.library']'System'.'Object'
  {
  .method public hidebysig specialname rtspecialname instance void '.ctor'() 
cil managed 
***************
*** 118,122 ****
  } // method .ctor
  } // class Ḁ
! .class private auto ansi 'Ḁ‿1' extends ['.library']'System'.'Object'
  {
  .method public hidebysig specialname rtspecialname instance void '.ctor'() 
cil managed 
--- 118,122 ----
  } // method .ctor
  } // class Ḁ
! .class private auto ansi '\341\270\200\342\200\277\357\274\221' extends 
['.library']'System'.'Object'
  {
  .method public hidebysig specialname rtspecialname instance void '.ctor'() 
cil managed 
***************
*** 148,152 ****
  } // method .ctor
  } // class abcdef
! .class private auto ansi 'xḀy' extends ['.library']'System'.'Object'
  {
  .method public hidebysig specialname rtspecialname instance void '.ctor'() 
cil managed 
--- 148,152 ----
  } // method .ctor
  } // class abcdef
! .class private auto ansi 'x\341\270\200y' extends 
['.library']'System'.'Object'
  {
  .method public hidebysig specialname rtspecialname instance void '.ctor'() 
cil managed 

Index: ident1.jl
===================================================================
RCS file: /cvsroot/dotgnu-pnet/cscctest/csharp/lexer/ident1.jl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ident1.jl   17 Jan 2002 23:52:44 -0000      1.2
--- ident1.jl   12 Mar 2003 07:50:08 -0000      1.3
***************
*** 118,122 ****
  } // method .ctor
  } // class f
! .class private auto ansi 'Ḁ' extends ['.library']'System'.'Object'
  {
  .method public hidebysig specialname rtspecialname instance void '.ctor'() 
cil managed java 
--- 118,122 ----
  } // method .ctor
  } // class f
! .class private auto ansi '\341\270\200' extends ['.library']'System'.'Object'
  {
  .method public hidebysig specialname rtspecialname instance void '.ctor'() 
cil managed java 
***************
*** 129,133 ****
  } // method .ctor
  } // class Ḁ
! .class private auto ansi 'Ḁ‿1' extends ['.library']'System'.'Object'
  {
  .method public hidebysig specialname rtspecialname instance void '.ctor'() 
cil managed java 
--- 129,133 ----
  } // method .ctor
  } // class Ḁ
! .class private auto ansi '\341\270\200\342\200\277\357\274\221' extends 
['.library']'System'.'Object'
  {
  .method public hidebysig specialname rtspecialname instance void '.ctor'() 
cil managed java 
***************
*** 162,166 ****
  } // method .ctor
  } // class abcdef
! .class private auto ansi 'xḀy' extends ['.library']'System'.'Object'
  {
  .method public hidebysig specialname rtspecialname instance void '.ctor'() 
cil managed java 
--- 162,166 ----
  } // method .ctor
  } // class abcdef
! .class private auto ansi 'x\341\270\200y' extends 
['.library']'System'.'Object'
  {
  .method public hidebysig specialname rtspecialname instance void '.ctor'() 
cil managed java 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]