Skip to content

test#1

Open
doi155 wants to merge 6 commits intomasterfrom
test
Open

test#1
doi155 wants to merge 6 commits intomasterfrom
test

Conversation

@doi155
Copy link
Copy Markdown
Owner

@doi155 doi155 commented Jun 14, 2018

test

test.py Outdated
print(foo())

var test = 0.5f

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blank line contains whitespace

test.py Outdated
print('test desuyo', file=sys.stdout)
print(foo())

var test = 0.5f
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

expected 2 blank lines after class or function definition, found 1
SyntaxError: invalid syntax

test.py Outdated
def test():
print('test desuyo', file=sys.stdout)
print(foo())

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blank line contains whitespace

test.py Outdated
print(os.path.cwd())

def test():
print('test desuyo', file=sys.stdout)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trailing whitespace

def foo():
print(os.path.cwd())

def test():
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

expected 2 blank lines, found 1



def foo():
print(os.path.cwd())
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

undefined name 'os'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants