Changes between Initial Version and Version 10 of Ticket #7704
- Timestamp:
- Apr 9, 2011, 8:40:11 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7704
- Property Cc added
- Property Triage Stage Unreviewed → Accepted
- Property Version SVN → 1.0
- Property Severity → Normal
- Property Type → Bug
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #7704 – Description
initial v10 4 4 To test, make a JS file (say ``myfile.js``) with the following valid JS content: 5 5 6 .. code-block:: j avascript6 .. code-block:: js 7 7 8 8 var a = 1; … … 15 15 Running ``make-messages.py -d djangojs -a`` will then yield the following output for that (in the ``myfile.js.py`` intermediate file it produces): 16 16 17 .. code-block:: j avascript17 .. code-block:: js 18 18 19 19 var a = 1;