Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added possibility for = in extra annotations defined in excelparser (#…
…752) # Description For each annotation it is now allowed to have = in the string that is added. It is tested in the excel2onto test which checks that the created ontology is correct (small change in one of the annotations there). ## Type of change <!-- Put an `x` in the box that applies. --> - [ ] Bug fix. - [ ] New feature. - [ ] Documentation update. - [ ] Test update. ## Checklist <!-- Put an `x` in the boxes that apply. You can also fill these out after creating the PR. --> This checklist can be used as a help for the reviewer. - [ ] Is the code easy to read and understand? - [ ] Are comments for humans to read, not computers to disregard? - [ ] Does a new feature has an accompanying new test (in the CI or unit testing schemes)? - [ ] Has the documentation been updated as necessary? - [ ] Does this close the issue? - [ ] Is the change limited to the issue? - [ ] Are errors handled for all outcomes? - [ ] Does the new feature provide new restrictions on dependencies, and if so is this documented? ## Comments <!-- Additional comments here, including clarifications on checklist if applicable. -->
- Loading branch information