mirror of
https://github.com/enso-org/enso.git
synced 2024-12-24 19:03:27 +03:00
d7258abbf5
* Add Text.substring function and get_position helper function For #7876 adds a Text.substring function which supports negative indexes and returns a part of a string from 0-based index 'start' and continuing for 'length' * added substring and simplified get function For #7876 adds a Text.substring function which supports negative indexes and returns a part of a string from 0-based index 'start' and continuing for 'length'. Also simplified get function as it looped unnecessarily. * Update distribution/lib/Standard/Base/0.0.0-dev/src/Data/Text/Extensions.enso punctuation corrections Co-authored-by: GregoryTravis <greg.m.travis@gmail.com> * Update Text_Spec.enso Added test for start index larger than string * Update distribution/lib/Standard/Base/0.0.0-dev/src/Data/Text/Extensions.enso updated Arguments: section to use consistent style Co-authored-by: Radosław Waśko <radoslaw.wasko@enso.org> * Update distribution/lib/Standard/Base/0.0.0-dev/src/Data/Text/Extensions.enso updated Index_Out_Of_Bounds error to reference cached length Co-authored-by: Radosław Waśko <radoslaw.wasko@enso.org> * Removed Slice label and added changelog entry * Re-added slice tag to substring Per conversation with James, added slice back to substring * Update CHANGELOG.md add link --------- Co-authored-by: GregoryTravis <greg.m.travis@gmail.com> Co-authored-by: Radosław Waśko <radoslaw.wasko@enso.org> |
||
---|---|---|
.. | ||
data | ||
polyglot-sources/enso-test-java-helpers/src/main/java/org/enso | ||
src | ||
package.yaml | ||
README.md |
This is a set of tests for the Base
library for Enso.
The run test suite for the HTTP component requires an active httbin
server on
the localhost. If it is present, the port it listens to should be provided by
setting the ENSO_HTTP_TEST_HTTPBIN_URL
environment variable to a value like
http://localhost:8080
. The URL may contain a trailing slash.
tools/simple-httpbin
provides a simple implementation of httpbin
server. See
its README for instructions on how to run it.