Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / uglify-js / test / unit / compress / 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 }