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
uqdwn
mjtest-tests
Commits
fbd2338d
Commit
fbd2338d
authored
Nov 03, 2018
by
ufebl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add two more invalid tests cases
parent
b467db67
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
syntax/incomplete_array_access_statement.invalid.mj
syntax/incomplete_array_access_statement.invalid.mj
+3
-0
syntax/incomplete_new_statement.invalid.mj
syntax/incomplete_new_statement.invalid.mj
+3
-0
No files found.
syntax/incomplete_array_access_statement.invalid.mj
0 → 100644
View file @
fbd2338d
class IncompleteArrayAccessStatement {
public void test() {
test[
syntax/incomplete_new_statement.invalid.mj
0 → 100644
View file @
fbd2338d
class IncompleteNewStatement {
public void test() {
new
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