1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00
semantic/test/fixtures
Patrick Thomson eaa54a3230 Add strict-equality function.
TypeScript, JavaScript, and PHP support an === operator, which
corresponds to strict equality (usually the equality you want). I've
added a constructor to Comparison that takes care of this. Actually
implementing non-strict equality for the above languages will have to
wait until we can build behavior a la carte.

I chose not to add Ruby's case-equality operator, though it uses ===,
since the behavior is so different. (For example, a === a is not
always true over Ruby's ===).
2018-05-23 11:28:31 -04:00
..
cli Move cli fixtures around 2018-04-18 13:55:21 -07:00
go Update a bunch of fixtures. 2018-05-16 16:38:40 -04:00
javascript Add strict-equality function. 2018-05-23 11:28:31 -04:00
markdown Move the toc test fixtures around too 2018-04-18 13:42:29 -07:00
php/analysis Write a test, fix a bug 2018-03-23 08:57:02 -07:00
python Merge branch 'master' into python-relative-imports 2018-05-17 07:55:33 -07:00
ruby Update a bunch of fixtures. 2018-05-16 16:38:40 -04:00
typescript Add strict-equality function. 2018-05-23 11:28:31 -04:00