Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handled formatting invalid module names (#781)
* Handled formatting invalid module names I'm working in a project that generates invalid module names, which would crash lexical due to lexical using Module.split, which causes a crash when it gets an invalid module name. Switched to use `String.split` instead. * DOH Pr fix * Update projects/lexical_shared/test/lexical/formats_test.exs Co-authored-by: Cameron Duley <Cameron.Duley99@gmail.com> --------- Co-authored-by: Cameron Duley <Cameron.Duley99@gmail.com>
- Loading branch information