/[drupal]/contributions/modules/potx/tests/potx_test.js
ViewVC logotype

Diff of /contributions/modules/potx/tests/potx_test.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.4.2 by goba, Tue Nov 17 12:33:17 2009 UTC revision 1.1.4.3 by goba, Tue Nov 17 12:35:09 2009 UTC
# Line 1  Line 1 
1  /* $Id$ */  /* $Id: potx_test.js,v 1.1.4.2 2009/11/17 12:33:17 goba Exp $ */
2    
3  /**  /**
4   * Test Drupal.t and Drupal.formatPlural() invocation.   * Test Drupal.t and Drupal.formatPlural() invocation.
# Line 7  Line 7 
7  Drupal.t('Test string in JS');  Drupal.t('Test string in JS');
8  Drupal.formatPlural(count, '1 test string in JS', '@count test strings in JS');  Drupal.formatPlural(count, '1 test string in JS', '@count test strings in JS');
9  Drupal.t('Another test string in JS', {'test': Drupal.t('Embedded test string in JS')});  Drupal.t('Another test string in JS', {'test': Drupal.t('Embedded test string in JS')});
10    Drupal.t('');

Legend:
Removed from v.1.1.4.2  
changed lines
  Added in v.1.1.4.3

  ViewVC Help
Powered by ViewVC 1.1.3