test

Test

  1. function block_menu() {
  2.   $items['admin/build/block'] = array(
  3.     'title' => 'Blocks',
  4.     'description' => 'Configure what block content appears in your site\'s sidebars and other regions.',
  5.    

test

  1. <?echo "demo"?>

Something

  1. Blegh

Something

  1. Blegh

Fix for Fix for test

  1. <b>foo</b>

Fix for test

  1. This is a test of the syntax highligher
  2.  
  3. <code type="html">
  4. <b>foo</b>
  5.  
  6. </code>

test

  1. This is a test of the syntax highligher
  2.  
  3. <code>
  4. <b>foo</b>
  5.  
  6. </code>

test

  1. <html>
  2. <body>
  3. <p>This is a test</p>
  4. </body>
  5. </html>

test

  1. #!/usr/local/bin/python
  2.  
  3. import sys
  4. import time
  5.  
  6.  
  7. print(time.asctime(time.localtime(float(sys.argv[1]))))

Test One

  1. SELECT * FROM users WHERE id >= 5
Syndicate content