xref: /Universal-ctags/Units/parser-javascript.r/js-odd-method-names.d/expected.tags (revision 7195e6aa423ebc31190005c6bb64d7bcd627ef65)
1\x21hello	input.js	/^  '!hello': function(){},$/;"	m	class:object
2\x20hello	input.js	/^  ' hello': function(){},$/;"	m	class:object
3<hello	input.js	/^  '<hello': function(){},$/;"	m	class:object
4>hello	input.js	/^  '>hello': function(){},$/;"	m	class:object
5\thello	input.js	/^  '	hello': function(){},$/;"	m	class:object
6\\hello	input.js	/^  '\\\\hello': function(){},$/;"	m	class:object
7;"hello	input.js	/^  ';"hello': function(){},$/;"	m	class:object
8"hello	input.js	/^  '"hello': function(){},$/;"	m	class:object
9'hello	input.js	/^  "'hello": function(){},$/;"	m	class:object
10hello!	input.js	/^  'hello!': function(){},$/;"	m	class:object
11hello 	input.js	/^  'hello ': function(){},$/;"	m	class:object
12object	input.js	/^var object = {$/;"	c
13