]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/jssource/minify/test/whitespace.js
Release $ver
[Github/sugarcrm.git] / tests / jssource / minify / test / whitespace.js
1 function id(a) {
2   \f// Form-Feed
3   \v// Vertical Tab
4    // No-Break Space
5   ᠎// Mongolian Vowel Separator
6    // En quad
7    // Em quad
8    // En space
9    // Em space
10    // Three-Per-Em Space
11    // Four-Per-Em Space
12    // Six-Per-Em Space
13    // Figure Space
14    // Punctuation Space
15    // Thin Space
16    // Hair Space
17    // Narrow No-Break Space
18    // Medium Mathematical Space
19    // Ideographic Space
20   return a;
21 }