mirror of
https://github.com/chenasraf/redot-engine.git
synced 2026-05-18 01:39:11 +00:00
persnickety script is persnickety.
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user