����JFIF��� ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /home/real/node-v13.0.1/test/fixtures/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/real/node-v13.0.1/test/fixtures/url-setter-tests-additional.js
module.exports = {
  'username': [
    {
      'comment': 'Surrogate pair',
      'href': 'https://github.com/',
      'new_value': '\uD83D\uDE00',
      'expected': {
        'href': 'https://%F0%9F%98%[email protected]/',
        'username': '%F0%9F%98%80'
      }
    },
    {
      'comment': 'Unpaired low surrogate 1',
      'href': 'https://github.com/',
      'new_value': '\uD83D',
      'expected': {
        'href': 'https://%EF%BF%[email protected]/',
        'username': '%EF%BF%BD'
      }
    },
    {
      'comment': 'Unpaired low surrogate 2',
      'href': 'https://github.com/',
      'new_value': '\uD83Dnode',
      'expected': {
        'href': 'https://%EF%BF%[email protected]/',
        'username': '%EF%BF%BDnode'
      }
    },
    {
      'comment': 'Unpaired high surrogate 1',
      'href': 'https://github.com/',
      'new_value': '\uDE00',
      'expected': {
        'href': 'https://%EF%BF%[email protected]/',
        'username': '%EF%BF%BD'
      }
    },
    {
      'comment': 'Unpaired high surrogate 2',
      'href': 'https://github.com/',
      'new_value': '\uDE00node',
      'expected': {
        'href': 'https://%EF%BF%[email protected]/',
        'username': '%EF%BF%BDnode'
      }
    }
  ],
  'password': [
    {
      'comment': 'Surrogate pair',
      'href': 'https://github.com/',
      'new_value': '\uD83D\uDE00',
      'expected': {
        'href': 'https://:%F0%9F%98%[email protected]/',
        'password': '%F0%9F%98%80'
      }
    },
    {
      'comment': 'Unpaired low surrogate 1',
      'href': 'https://github.com/',
      'new_value': '\uD83D',
      'expected': {
        'href': 'https://:%EF%BF%[email protected]/',
        'password': '%EF%BF%BD'
      }
    },
    {
      'comment': 'Unpaired low surrogate 2',
      'href': 'https://github.com/',
      'new_value': '\uD83Dnode',
      'expected': {
        'href': 'https://:%EF%BF%[email protected]/',
        'password': '%EF%BF%BDnode'
      }
    },
    {
      'comment': 'Unpaired high surrogate 1',
      'href': 'https://github.com/',
      'new_value': '\uDE00',
      'expected': {
        'href': 'https://:%EF%BF%[email protected]/',
        'password': '%EF%BF%BD'
      }
    },
    {
      'comment': 'Unpaired high surrogate 2',
      'href': 'https://github.com/',
      'new_value': '\uDE00node',
      'expected': {
        'href': 'https://:%EF%BF%[email protected]/',
        'password': '%EF%BF%BDnode'
      }
    }
  ],
  'pathname': [
    {
      'comment': 'Surrogate pair',
      'href': 'https://github.com/',
      'new_value': '/\uD83D\uDE00',
      'expected': {
        'href': 'https://github.com/%F0%9F%98%80',
        'pathname': '/%F0%9F%98%80'
      }
    },
    {
      'comment': 'Unpaired low surrogate 1',
      'href': 'https://github.com/',
      'new_value': '/\uD83D',
      'expected': {
        'href': 'https://github.com/%EF%BF%BD',
        'pathname': '/%EF%BF%BD'
      }
    },
    {
      'comment': 'Unpaired low surrogate 2',
      'href': 'https://github.com/',
      'new_value': '/\uD83Dnode',
      'expected': {
        'href': 'https://github.com/%EF%BF%BDnode',
        'pathname': '/%EF%BF%BDnode'
      }
    },
    {
      'comment': 'Unpaired high surrogate 1',
      'href': 'https://github.com/',
      'new_value': '/\uDE00',
      'expected': {
        'href': 'https://github.com/%EF%BF%BD',
        'pathname': '/%EF%BF%BD'
      }
    },
    {
      'comment': 'Unpaired high surrogate 2',
      'href': 'https://github.com/',
      'new_value': '/\uDE00node',
      'expected': {
        'href': 'https://github.com/%EF%BF%BDnode',
        'pathname': '/%EF%BF%BDnode'
      }
    }
  ],
  'search': [
    {
      'comment': 'Surrogate pair',
      'href': 'https://github.com/',
      'new_value': '\uD83D\uDE00',
      'expected': {
        'href': 'https://github.com/?%F0%9F%98%80',
        'search': '?%F0%9F%98%80'
      }
    },
    {
      'comment': 'Unpaired low surrogate 1',
      'href': 'https://github.com/',
      'new_value': '\uD83D',
      'expected': {
        'href': 'https://github.com/?%EF%BF%BD',
        'search': '?%EF%BF%BD'
      }
    },
    {
      'comment': 'Unpaired low surrogate 2',
      'href': 'https://github.com/',
      'new_value': '\uD83Dnode',
      'expected': {
        'href': 'https://github.com/?%EF%BF%BDnode',
        'search': '?%EF%BF%BDnode'
      }
    },
    {
      'comment': 'Unpaired high surrogate 1',
      'href': 'https://github.com/',
      'new_value': '\uDE00',
      'expected': {
        'href': 'https://github.com/?%EF%BF%BD',
        'search': '?%EF%BF%BD'
      }
    },
    {
      'comment': 'Unpaired high surrogate 2',
      'href': 'https://github.com/',
      'new_value': '\uDE00node',
      'expected': {
        'href': 'https://github.com/?%EF%BF%BDnode',
        'search': '?%EF%BF%BDnode'
      }
    }
  ],
  'hash': [
    {
      'comment': 'Surrogate pair',
      'href': 'https://github.com/',
      'new_value': '\uD83D\uDE00',
      'expected': {
        'href': 'https://github.com/#%F0%9F%98%80',
        'hash': '#%F0%9F%98%80'
      }
    },
    {
      'comment': 'Unpaired low surrogate 1',
      'href': 'https://github.com/',
      'new_value': '\uD83D',
      'expected': {
        'href': 'https://github.com/#%EF%BF%BD',
        'hash': '#%EF%BF%BD'
      }
    },
    {
      'comment': 'Unpaired low surrogate 2',
      'href': 'https://github.com/',
      'new_value': '\uD83Dnode',
      'expected': {
        'href': 'https://github.com/#%EF%BF%BDnode',
        'hash': '#%EF%BF%BDnode'
      }
    },
    {
      'comment': 'Unpaired high surrogate 1',
      'href': 'https://github.com/',
      'new_value': '\uDE00',
      'expected': {
        'href': 'https://github.com/#%EF%BF%BD',
        'hash': '#%EF%BF%BD'
      }
    },
    {
      'comment': 'Unpaired high surrogate 2',
      'href': 'https://github.com/',
      'new_value': '\uDE00node',
      'expected': {
        'href': 'https://github.com/#%EF%BF%BDnode',
        'hash': '#%EF%BF%BDnode'
      }
    }
  ]
};

ZeroDay Forums Mini