Add the multiline tag to all multiline ccs
This commit is contained in:
parent
c3811532df
commit
4daa35811a
4 changed files with 4 additions and 1 deletions
|
@ -1 +1,2 @@
|
|||
#require-multiline
|
||||
raise SystemError("Test error.")
|
|
@ -1,3 +1,4 @@
|
|||
#require-multiline
|
||||
from random import choice
|
||||
from sys import argv
|
||||
stories = ["""an invasive species of anthropomorphic animals take over almost the entire globe.
|
||||
|
|
1
cc/lmao
1
cc/lmao
|
@ -1,3 +1,4 @@
|
|||
#require-multiline
|
||||
from os import system
|
||||
from sys import argv
|
||||
if len(argv) > 4:
|
||||
|
|
2
cc/pong
2
cc/pong
|
@ -1 +1 @@
|
|||
print("Pi- wait... excuse me, what the actual fuck ._.")
|
||||
print("Pi- wait... excuse me, what the... ._.")
|
Loading…
Reference in a new issue