Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
uydwl
mjtest-tests
Commits
ef20d981
Commit
ef20d981
authored
Oct 05, 2018
by
sebastian.graf
Committed by
andreas.fried
Oct 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit with some trivial example tests
parents
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
exec/new_object.java
exec/new_object.java
+6
-0
syntax/empty_file.mj
syntax/empty_file.mj
+0
-0
syntax/test.invalid.mj
syntax/test.invalid.mj
+2
-0
No files found.
exec/new_object.java
0 → 100644
View file @
ef20d981
class
new_object
{
public
static
void
main
(
String
[]
args
){
new
new_object
();
}
}
\ No newline at end of file
syntax/empty_file.mj
0 → 100644
View file @
ef20d981
syntax/test.invalid.mj
0 → 100644
View file @
ef20d981
class A B {}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment