Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mjtest-tests
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IPDSnelting
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
Hide 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