Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IPDSnelting
mjtest-tests
Commits
d8184e5c
Commit
d8184e5c
authored
Dec 06, 2021
by
Paul Brinkmeier
Browse files
Fix missing trailing newlines
parent
114da118
Pipeline
#180694
failed with stage
in 16 minutes and 48 seconds
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
exec/Assign
e
mentInCondition.java
→
exec/AssignmentInCondition.java
View file @
d8184e5c
File moved
exec/Assign
e
mentInCondition.out
→
exec/AssignmentInCondition.out
View file @
d8184e5c
File moved
exec/IfAndWhile.out
View file @
d8184e5c
...
...
@@ -2,4 +2,4 @@
1
42
2
3
\ No newline at end of file
3
exec/LazyOrNot.java
View file @
d8184e5c
class
Foo
{
int
i
;
public
int
i
;
public
static
void
main
(
String
[]
args
){
...
...
@@ -24,4 +24,4 @@ class Foo{
return
true
;
}
}
\ No newline at end of file
}
exec/LazyOrNot.out
View file @
d8184e5c
13
1
2
\ No newline at end of file
2
exec/RecursiveFoo.java
View file @
d8184e5c
...
...
@@ -19,4 +19,4 @@ class Foo{
}
}
}
\ No newline at end of file
}
exec/RecursiveFoo.out
View file @
d8184e5c
...
...
@@ -4,4 +4,4 @@
128
256
512
1024
\ No newline at end of file
1024
exec/TestAndFoo.out
View file @
d8184e5c
2
1
2
\ No newline at end of file
2
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