Parent Directory
|
Revision Log
New test similar to rdtp001 except that it ensures that the implementation of `is_equivalent' from AST_EIFFEL is correct by comparing the result of two parsings of the same class and verifying they are indeed equivalent.
1 | class |
2 | CHARACTERS |
3 | |
4 | feature |
5 | |
6 | from_c |
7 | local |
8 | c: CHARACTER |
9 | do |
10 | c := '%/000/' |
11 | c := '%/0xAA/' |
12 | c := '%/0c00/' |
13 | c := '%/0b00/' |
14 | end |
15 | |
16 | feature -- Implementation |
17 | |
18 | new_string |
19 | do |
20 | end |
21 | |
22 | end |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Author Date Id Revision |
ViewVC Help | |
Powered by ViewVC 1.1.23 |