We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3670943 commit 94af38aCopy full SHA for 94af38a
test/ecto/adapters/sqlite3_test.exs
@@ -3,7 +3,7 @@ defmodule Ecto.Adapters.SQLite3ConnTest do
3
4
alias Ecto.Adapters.SQLite3
5
6
- @uuid_regex ~R/^[[:xdigit:]]{8}\b-[[:xdigit:]]{4}\b-[[:xdigit:]]{4}\b-[[:xdigit:]]{4}\b-[[:xdigit:]]{12}$/
+ @uuid_regex ~r/^[[:xdigit:]]{8}\b-[[:xdigit:]]{4}\b-[[:xdigit:]]{4}\b-[[:xdigit:]]{4}\b-[[:xdigit:]]{12}$/
7
8
setup do
9
original_binary_id_type =
0 commit comments