Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New exercise]: pangram #18

Merged
merged 2 commits into from
Dec 26, 2023
Merged

[New exercise]: pangram #18

merged 2 commits into from
Dec 26, 2023

Conversation

BNAndras
Copy link
Member

No description provided.

@BNAndras BNAndras force-pushed the add-pangram branch 2 times, most recently from 88a9076 to 1b839f9 Compare December 18, 2023 02:36
@BNAndras BNAndras marked this pull request as ready for review December 18, 2023 02:42
@BNAndras BNAndras force-pushed the add-pangram branch 2 times, most recently from 2036237 to dbe92ad Compare December 20, 2023 07:09
@BNAndras
Copy link
Member Author

Okay, I think I got it now, @pfertyk.

var lowercase = "abcdefghijklmnopqrstuvwxyz".to_utf8_buffer()

func is_pangram(sentence):
var bytes = sentence.to_lower().to_utf8_buffer()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here I believe we just need 1 tab as indent.

@@ -0,0 +1,57 @@
func test_empty_sentence(solution_script):
var input = ""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here I think you are using spaces instead of tabs, could you please switch to tabs instead? (they are the official standard in Godot editor)

.gdlintrc Show resolved Hide resolved
@pfertyk
Copy link
Contributor

pfertyk commented Dec 26, 2023

Thanks! :)

@pfertyk pfertyk merged commit e0cc06c into exercism:main Dec 26, 2023
3 checks passed
@BNAndras BNAndras deleted the add-pangram branch December 26, 2023 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants