1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00
semantic/test/fixtures/javascript
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
..
analysis Fix up example a bit 2018-05-16 10:43:38 -07:00
corpus Add strict-equality function. 2018-05-23 11:28:31 -04:00
toc Move the toc test fixtures around too 2018-04-18 13:42:29 -07:00