Please make sure that JavaScript is enabled in your browser. If you are using a browser extension to selectively enable or disable JavaScript, make sure it's enabled for this server.
Describe your changes (optional):
Review Request #5829 — Created May 14, 2014 and updated May 14, 2014, 6:46 p.m.
test
Here's an indented code block: def test(): logging.error('Test failed') And a "fenced" code block: function test() { console.log('Test failed'); }
Here's an indented code block:
def test(): logging.error('Test failed')
And a "fenced" code block:
function test() { console.log('Test failed'); }