persnickety script is persnickety.

This commit is contained in:
Dubhghlas McLaughlin
2024-10-09 11:28:36 -05:00
parent 37bb4288f3
commit 7c19135684
3 changed files with 4 additions and 4 deletions

View File

@@ -5,10 +5,10 @@
/* GODOT ENGINE */
/* https://godotengine.org */
/**************************************************************************/
/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */
/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */
/* Copyright (c) 2024-present Redot Engine contributors */
/* (see REDOT_AUTHORS.md) */
/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */
/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */
/* */
/* Permission is hereby granted, free of charge, to any person obtaining */
/* a copy of this software and associated documentation files (the */

View File

@@ -7,7 +7,7 @@
/**************************************************************************/
/* Copyright (c) 2024-present Redot Engine contributors */
/* (see REDOT_AUTHORS.md) */
/* Copyright (c) 2014-present Redot Engine contributors (see AUTHORS.md). */
/* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */
/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */
/* */
/* Permission is hereby granted, free of charge, to any person obtaining */

View File

@@ -1816,7 +1816,7 @@ TEST_CASE("[String] SHA1/SHA256/MD5") {
0x44, 0x56, 0x48, 0x3E,
0x92, 0x32, 0x7C, 0x1A
};
String md5 = "a417866a47d1710210ed143c47ad5e4d";
String md5 = "a417866a47d1710210ed143c47ad5e4d";
static uint8_t md5_buf[16] = {
0xA4, 0x17, 0x86, 0x6A,
0x47, 0xD1, 0x71, 0x02,