Pre-existing failure on feat/parity-skill branch discovered during #1471 work.
tests/parsers/erlang.test.ts line 140 fails:
records -include_lib with kind "include_lib" so consumers resolve against OTP paths
AssertionError: expected undefined to be defined
The test expects that -include_lib("kernel/include/file.hrl") produces an import with source === 'kernel/include/file.hrl' and names === ['include_lib'], but the extractor returns undefined.
This is unrelated to #1471 (node parity for jelly-micro fixture) and predates that fix.
Pre-existing failure on
feat/parity-skillbranch discovered during #1471 work.tests/parsers/erlang.test.tsline 140 fails:The test expects that
-include_lib("kernel/include/file.hrl")produces an import withsource === 'kernel/include/file.hrl'andnames === ['include_lib'], but the extractor returnsundefined.This is unrelated to #1471 (node parity for jelly-micro fixture) and predates that fix.