Browse Source

removing former test files

master
Nathan R 3 years ago
parent
commit
03c1ec9328
2 changed files with 0 additions and 50 deletions
  1. +0
    -25
      ccmeta-test.ref
  2. +0
    -25
      ccmeta-test.txt

+ 0
- 25
ccmeta-test.ref View File

@ -1,25 +0,0 @@
long long int;
;
;
// comment
;
/* Test Int */
3;
52;
13;
;
/* Test Float */
13.70;
42.0;
1e+0;
;
/* Test Char */
'salut';
'bonjour tout le monde';
'je m appelle Nathan et je suis né en 1998';
'enchanté !';
;
/* multi
* line
* comment
*/

+ 0
- 25
ccmeta-test.txt View File

@ -1,25 +0,0 @@
long long int;
;
;
// comment
;
/* Test Int */
3;
52;
13;
;
/* Test Float */
13.70;
42.0;
1e+0;
;
/* Test Char */
'salut';
'bonjour tout le monde';
'je m appelle Nathan et je suis né en 1998';
'enchanté !';
;
/* multi
* line
* comment
*/

Loading…
Cancel
Save