Init new repository
This commit is contained in:
36
tests/doc_comment.txt
Normal file
36
tests/doc_comment.txt
Normal file
@@ -0,0 +1,36 @@
|
||||
// #failed: parse
|
||||
// #error: got unexpected token: doc comment
|
||||
// #error: got unexpected token: doc comment
|
||||
|
||||
|
||||
/**
|
||||
* doc comment test
|
||||
*
|
||||
**/
|
||||
A :: proc() {
|
||||
}
|
||||
|
||||
/**
|
||||
* doc comment test
|
||||
*
|
||||
**/
|
||||
|
||||
/**
|
||||
* doc comment test
|
||||
*
|
||||
**/
|
||||
B :: proc() {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* doc comment test
|
||||
*
|
||||
**/
|
||||
|
||||
/**
|
||||
* doc comment test
|
||||
*
|
||||
**/
|
||||
C :: proc() {
|
||||
}
|
||||
Reference in New Issue
Block a user