Skip to content

Instantly share code, notes, and snippets.

@nicklegr
Created June 9, 2013 04:57
Show Gist options
  • Save nicklegr/5737713 to your computer and use it in GitHub Desktop.
Save nicklegr/5737713 to your computer and use it in GitHub Desktop.
ExecJS::RuntimeError - SyntaxError: octal literal '06' must be prefixed with '0o' on line 34:
html = '''
<table class="table">
<tr>
<td>
<a href='https://twitter.com/TwitAA_bot'>
TwitAA_bot
</a>
</td>
<td>
/ /     /
 /  /  //
  __,____   /
/// |ヽヽ\
^^^^.|^^^^^^
   ヘ⌒ヽフ
  ( |´・ω・) ふぁぼれ
((( (つ  )
   しー-J
'゙''` '゙ ゙゚' '''
</td>
<td>
<nobr>
13 RT
</nobr>
<br />
<nobr>
43 fav
</nobr>
</td>
<td>
<a href='https://twitter.com/TwitAA_bot/status/343401982012321792'>
2013/06/09 01:19:47
</a>
</td>
</tr>
</table>
'''
$('#tweets').html(html)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment