Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Update tests to Go 1.12 #474

Merged
merged 1 commit into from Mar 5, 2019
Merged

Update tests to Go 1.12 #474

merged 1 commit into from Mar 5, 2019

Conversation

jandubois
Copy link
Member

The Go 1.12 release notes document:

When executing a template, long context values are no longer truncated in errors.

executing "tmpl" at <.very.deep.context.v...>: map has no entry for key "notpresent"

is now

executing "tmpl" at <.very.deep.context.value.notpresent>: map has no entry for key "notpresent"

The Go 1.12 release notes document:

> When executing a template, long context values are no longer truncated in errors.
>
> executing "tmpl" at <.very.deep.context.v...>: map has no entry for key "notpresent"
>
> is now
>
> executing "tmpl" at <.very.deep.context.value.notpresent>: map has no entry for key "notpresent"
@cfdreddbot
Copy link

✅ Hey jandubois! The commit authors and yourself have already signed the CLA.

@viovanov viovanov merged commit 65aa6e5 into develop Mar 5, 2019
@viovanov viovanov deleted the jandubois-go1.12 branch March 5, 2019 21:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants