Testing the Code Section!

Discussion in 'Testing Arena' started by Onur, Mar 14, 2008.

  1. Onur

    Onur Geek Trainee

    Likes Received:
    0
    Trophy Points:
    0
    Testing the code to write "C:\" many times this doesn't work...


    Code:
    C:\
     
  2. Matt555

    Matt555 iMod

    Likes Received:
    98
    Trophy Points:
    48
    It doesn't actually evaluate and run the code, just displays it...
    Like so:

    PHP:
    <?php
    echo "Hello World";
    ?>
    On a PHP page that would just display "Hello World" - all the code tags here do is colour code the code if it's specified or just put it in it's own box.
     
  3. RHochstenbach

    RHochstenbach Administrator

    Likes Received:
    26
    Trophy Points:
    48
    I think he means that the backslash (\) is not displayed when contained inside the CODE feature.
     

Share This Page