Changes between Initial Version and Version 10 of Ticket #7704


Ignore:
Timestamp:
Apr 9, 2011, 8:40:11 AM (13 years ago)
Author:
Łukasz Rekucki
Comment:

Fixed formating in description :)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7704

    • Property Cc robbyd@… added
    • Property Triage Stage UnreviewedAccepted
    • Property Version SVN1.0
    • Property SeverityNormal
    • Property TypeBug
    • Property Owner changed from nobody to Ned Batchelder
    • Property Status newassigned
  • Ticket #7704 – Description

    initial v10  
    44To test, make a JS file (say ``myfile.js``) with the following valid JS content:
    55
    6 .. code-block:: javascript
     6.. code-block:: js
    77
    88    var a = 1;
     
    1515Running ``make-messages.py -d djangojs -a`` will then yield the following output for that (in the ``myfile.js.py`` intermediate file it produces):
    1616
    17 .. code-block:: javascript
     17.. code-block:: js
    1818
    1919    var a = 1;
Back to Top